home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_S_t_r_i_n_g_N_C_o_n_c_a_t - A compound string function that appends a
- specified number of bytes to a compound string
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Xm.h>
-
- XmString XmStringNConcat (ssss1111,,,, ssss2222,,,, nnnnuuuummmm____bbbbyyyytttteeeessss)
- _X_m_S_t_r_i_n_g ssss1111;
- _X_m_S_t_r_i_n_g ssss2222;
- _i_n_t nnnnuuuummmm____bbbbyyyytttteeeessss;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_S_t_r_i_n_g_N_C_o_n_c_a_t appends a specified number of bytes from ssss2222
- to the end of ssss1111, including tags, directional indicators,
- and separators. It then returns the resulting compound
- string. The original strings are preserved. The space for
- the resulting compound string is allocated within the
- function. The application is responsible for managing the
- allocated space. The memory can be recovered by calling
- _X_m_S_t_r_i_n_g_F_r_e_e.
-
- ssss1111 Specifies the compound string to which a copy of ssss2222 is
- appended.
-
- ssss2222 Specifies the compound string that is appended to the
- end of ssss1111.
-
- nnnnuuuummmm____bbbbyyyytttteeeessss
- Specifies the number of bytes of ssss2222 to append to ssss1111.
- If this value is less than the length of ssss2222, as many
- bytes as possible, but possibly fewer than this value,
- will be appended to ssss1111 such that the resulting string
- is still a valid compound string.
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns a new compound string.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_S_t_r_i_n_g_C_r_e_a_t_e(_3_X) and _X_m_S_t_r_i_n_g_F_r_e_e(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-